﻿2025-12-29T00:58:01.9900680Z ##[group]Run actions/checkout@v4
2025-12-29T00:58:01.9901524Z with:
2025-12-29T00:58:01.9901928Z   repository: worm-portal/pychnosz
2025-12-29T00:58:01.9902603Z   token: ***
2025-12-29T00:58:01.9902974Z   ssh-strict: true
2025-12-29T00:58:01.9903366Z   ssh-user: git
2025-12-29T00:58:01.9903767Z   persist-credentials: true
2025-12-29T00:58:01.9904372Z   clean: true
2025-12-29T00:58:01.9904747Z   sparse-checkout-cone-mode: true
2025-12-29T00:58:01.9905217Z   fetch-depth: 1
2025-12-29T00:58:01.9905576Z   fetch-tags: false
2025-12-29T00:58:01.9905945Z   show-progress: true
2025-12-29T00:58:01.9906318Z   lfs: false
2025-12-29T00:58:01.9906662Z   submodules: false
2025-12-29T00:58:01.9907034Z   set-safe-directory: true
2025-12-29T00:58:01.9907692Z ##[endgroup]
2025-12-29T00:58:02.1059895Z Syncing repository: worm-portal/pychnosz
2025-12-29T00:58:02.1061745Z ##[group]Getting Git version info
2025-12-29T00:58:02.1062671Z Working directory is '/home/runner/work/pychnosz/pychnosz'
2025-12-29T00:58:02.1064493Z [command]/usr/bin/git version
2025-12-29T00:58:02.1181867Z git version 2.52.0
2025-12-29T00:58:02.1210622Z ##[endgroup]
2025-12-29T00:58:02.1227554Z Temporarily overriding HOME='/home/runner/work/_temp/331da169-8fef-4436-bbc3-0518328ebb32' before making global git config changes
2025-12-29T00:58:02.1230298Z Adding repository directory to the temporary git global config as a safe directory
2025-12-29T00:58:02.1242696Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pychnosz/pychnosz
2025-12-29T00:58:02.1289167Z Deleting the contents of '/home/runner/work/pychnosz/pychnosz'
2025-12-29T00:58:02.1293431Z ##[group]Initializing the repository
2025-12-29T00:58:02.1298676Z [command]/usr/bin/git init /home/runner/work/pychnosz/pychnosz
2025-12-29T00:58:02.1423730Z hint: Using 'master' as the name for the initial branch. This default branch name
2025-12-29T00:58:02.1425450Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2025-12-29T00:58:02.1426561Z hint: to use in all of your new repositories, which will suppress this warning,
2025-12-29T00:58:02.1427909Z hint: call:
2025-12-29T00:58:02.1428361Z hint:
2025-12-29T00:58:02.1428966Z hint: 	git config --global init.defaultBranch <name>
2025-12-29T00:58:02.1429987Z hint:
2025-12-29T00:58:02.1431026Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2025-12-29T00:58:02.1432667Z hint: 'development'. The just-created branch can be renamed via this command:
2025-12-29T00:58:02.1434202Z hint:
2025-12-29T00:58:02.1434920Z hint: 	git branch -m <name>
2025-12-29T00:58:02.1435682Z hint:
2025-12-29T00:58:02.1436723Z hint: Disable this message with "git config set advice.defaultBranchName false"
2025-12-29T00:58:02.1438402Z Initialized empty Git repository in /home/runner/work/pychnosz/pychnosz/.git/
2025-12-29T00:58:02.1444002Z [command]/usr/bin/git remote add origin https://github.com/worm-portal/pychnosz
2025-12-29T00:58:02.1480686Z ##[endgroup]
2025-12-29T00:58:02.1481853Z ##[group]Disabling automatic garbage collection
2025-12-29T00:58:02.1485912Z [command]/usr/bin/git config --local gc.auto 0
2025-12-29T00:58:02.1515814Z ##[endgroup]
2025-12-29T00:58:02.1517013Z ##[group]Setting up auth
2025-12-29T00:58:02.1523767Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2025-12-29T00:58:02.1556062Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2025-12-29T00:58:02.1904948Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2025-12-29T00:58:02.1936003Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2025-12-29T00:58:02.2159697Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2025-12-29T00:58:02.2190581Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2025-12-29T00:58:02.2424593Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2025-12-29T00:58:02.2458888Z ##[endgroup]
2025-12-29T00:58:02.2459671Z ##[group]Fetching the repository
2025-12-29T00:58:02.2467384Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +e4cddf586dd1ac67f57348a0fbd1a8a9c293c930:refs/remotes/origin/master
2025-12-29T00:58:02.5690707Z From https://github.com/worm-portal/pychnosz
2025-12-29T00:58:02.5692378Z  * [new ref]         e4cddf586dd1ac67f57348a0fbd1a8a9c293c930 -> origin/master
2025-12-29T00:58:02.5724387Z ##[endgroup]
2025-12-29T00:58:02.5726439Z ##[group]Determining the checkout info
2025-12-29T00:58:02.5728725Z ##[endgroup]
2025-12-29T00:58:02.5732215Z [command]/usr/bin/git sparse-checkout disable
2025-12-29T00:58:02.5774635Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2025-12-29T00:58:02.5803110Z ##[group]Checking out the ref
2025-12-29T00:58:02.5806348Z [command]/usr/bin/git checkout --progress --force -B master refs/remotes/origin/master
2025-12-29T00:58:02.6102207Z Reset branch 'master'
2025-12-29T00:58:02.6103772Z branch 'master' set up to track 'origin/master'.
2025-12-29T00:58:02.6112542Z ##[endgroup]
2025-12-29T00:58:02.6149367Z [command]/usr/bin/git log -1 --format=%H
2025-12-29T00:58:02.6170982Z e4cddf586dd1ac67f57348a0fbd1a8a9c293c930
